home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibtools / README < prev    next >
Text File  |  1992-09-03  |  2KB  |  42 lines

  1. September 3, 1992
  2.  
  3. This is a collection of BibTeX tools written (mostly) by David Kotz.
  4. I provide them as-is.  Use them as you please. Some slight
  5. modifications may be needed to pathnames embedded in the shell
  6. scripts, to find the library files they need (sed, awk, and bst
  7. files).
  8.  
  9. The programs are:
  10.        aux2bib - given an .aux file, make a portable .bib file to go
  11. with it. This is useful when you need to ship a tex file elsewhere
  12.  
  13.        bibify - this can be used to eliminate one pass of LaTeX in
  14. many cases: (latex, bibtex, bibify, latex), instead of (latex, bibtex,
  15. latex, latex). Handy for large documents. Does not work with multiple
  16. aux files.  
  17.  
  18.        bibkey - make a list of all entries that have the given
  19. keyword in their "keyword" field.
  20.  
  21.        cleantex - really a general tex script, this removes all the
  22. little files created by tex and latex as they run, leaving only the
  23. original files.
  24.  
  25.        looktex - makes a list of all entries that match a given regexp 
  26.  
  27.        makebib - makes an exportable .bib file from a given set of
  28. bib files and an optional list of citations. Handy for posting bib
  29. entries on the net! The portability comes from substituting @strings,
  30. and stripping "comment" fields if you like. Ignore the -d option.
  31.  
  32.        printbib - the most useful of all; this makes a dvi file from
  33. a .bib file for handy reference, sorted by cite key and including
  34. "keyword", "abstract", and "comment" fields.
  35.  
  36. See the shell scripts for more documentation.
  37. Otherwise you're on your own. Good luck.
  38.  
  39. David Kotz
  40. dfk@cs.dartmouth.edu
  41.  
  42.